Update dependency on git2
authorAlex Crichton <alex@alexcrichton.com>
Fri, 26 Feb 2016 21:47:56 +0000 (13:47 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 26 Feb 2016 21:47:56 +0000 (13:47 -0800)
commit333ba43fe207520000d544de703d5abfd43b1385
tree175bd92da496aabecbde5f8190ccd30ecba1b2cc
parent4a8a38ce9e65c8c2820487f77ecdadf240de89bd
Update dependency on git2

This crate was recently updated to the next release of libgit2, and I've noticed
historically that a noop `cargo build` was slow in the git2-rs repository.
Curious to see if the new libgit2 version helped speed things up at all, I
tested it out.

Before this commit, a noop `cargo build` produced 599108 syscalls. After this
commit, a noop build produced 86925 syscalls, an 85% reduction in the number of
syscalls! Needless to say it's much faster.
Cargo.lock
Cargo.toml